Key & Command list
==================
Note! If RK can not find this document no help comments will be shown in the Keys Edit dialog!

/APP.ACTIVATION.LAST ..: To activate last win, useful for f-keys
/APP.ACTIVATION.ON ....: To switch the automatic activation from off to on
/APP.ACTIVATION.OFF ...: To stop the automatic window activation (useful for macro recording)
/APP.EXE.EDIT .........: To start the exe manager AppBrowser (see app folder)
/APP.EXE.BUT ..........: To start AppBrowser and opens Start-Button-Window
/APP.EXE.POP ..........: To start AppBrowser and shows Start-Popmenu
/APP.KILL name ........: To remove task <name> (use App\KillTask.exe to find name) (Joker * possible)
/APP.ONTOP.ON .........: To fix the activated application on top of the screen
/APP.ONTOP.OFF ........: To switch ONTOP off
/APP.OPEN file[,par] ..: To open an application, file or url (with optional parameter)
/APP.OPEN.CLIP ........: To open the clipboard included filename (or URL)
/APP.OPEN.URL .........: To open high-lighted URL (text, html..) in the browser
/APP.POS.ABS.LEFT x ...: To set left pos. of activ window to screen-coordinate <x>
/APP.POS.ABS.WIDTH x ..: To set width of active window to screen-pixel <x>
/APP.POS.ABS.TOP y ....: To set top pos. of activ window to screen-coordinate <y>
/APP.POS.ABS.HEIGHT y .: To set height of active window to screen-pixel <y>
/APP.POS.DESK.LEFT x% .: To set left pos. of active window to <x%> of screen-width
/APP.POS.DESK.WIDTH y% : To set width of active window to <x%> of screen-width
/APP.POS.DESK.TOP y% ..: To set top pos. of active window to <y%> of screen-height
/APP.POS.DESK.HEIGHT y%: To set height of active window to <y%> of screen-height
/APP.TOFRONT title ....: To switch the window <title> to front (joker * possible)
/APP.TOFRONT.SWAP .....: To swap between current and last window
/APP.VIEW.PIC file ....: To view the image file <file> in the internal image viewer
/APP.VIEW.TXT file ....: To view the text file <file> in the internal text viewer
/BTCH.BEEP.HOUR .......: To make hour controlled quantity of beeps (useful with timer)
/BTCH.BEEP.ONE ........: To make one beep
/BTCH.BEEP.THREE ......: To make three times "beep" (useful with timer)
/BTCH.CR>TAB ..........: To replace carriage returns to tabs within a script (alternate to EXPLICIT)
/BTCH.DDE.BEGIN .......: To include a script for another RK instance
/BTCH.DDE.END .........: To set the end-point of the included DDE-script
/BTCH.DELAY sec .......: To make a delay before while sending keys && commands (point ok like 0.5)
/BTCH.DIVERT>CLIP.ON ..: To divert sending into clip, valid for current script only
/BTCH.DIVERT>CLIP.OFF .: To stop divert mode
/BTCH.EXIT-TAG ........: To exit script at this point
/BTCH.EXITIF.ASK text .: To exit script if cancel was clicked on msg requester
/BTCH.EXITIF.CANCEL ...: To exit script if cancel was clicked on last shown dialog
/BTCH.EXITIF.CLIP text : To exit script if clip-content = <text>
/BTCH.EXITIF.VAR= v ...: To exit script if VAR = value <v> (see VAR-Commands)
/BTCH.EXITIF.VAR> v ...: To exit script if VAR > value <v>
/BTCH.EXITIF.VAR< v ...: To exit script if VAR < value <v>
/BTCH.EXPLICIT ........: To list each command in a single line (CR are ignored, use KEY.ENTER if needed)
/BTCH.GO-TAG tag ......: To set a jump-mark <tag> (=goto-tag)
/BTCH.GO.TO tag .......: To jump to goto-tag <tag>
/BTCH.GOIF.ASK txt,tag : To jump to goto-tag <tag> if cancel was clicked on msg requester 
/BTCH.GOIF.CANCEL tag .: To jump to goto-tag <tag> if cancel was clicked on last dialog 
/BTCH.GOIF.CLIP txt,tag: To jump to goto-tag <tag> if clip-content = <txt> 
/BTCH.GOIF.VAR= v,tag .: To jump to goto-tag <tag> if VAR = value <v> (see Var-Commands)
/BTCH.GOIF.VAR> v,tag .: To jump to goto-tag <tag> if VAR > value <v>
/BTCH.GOIF.VAR< v,tag .: To jump to goto-tag <tag> if VAR < value <v>
/BTCH.INSTMODE.ON .....: To insert text by CTRL-v (fast) instead to send
/BTCH.INSTMODE.OFF ....: To switch INSTMODE off
/BTCH.LOOP.START.VAL no: To repeat part of a script until LOOP.END for <no> times
/BTCH.LOOP.START.VAR no: To repeat part of a script until LOOP.END while <no> smaller than VAR (variable)
/BTCH.LOOP.END ........: To mark end of loop
/BTCH.MSG.AUTO sec ....: To open a dialog that showes date, time for <sec> seconds (useful with timer)
/BTCH.MSG.CLIP ........: To open a dialog that showes the clipboard included text
/BTCH.MSG.TEXT text ...: To open a dialog that showes the message <text>
/BTCH.MSG.TIME [text] .: To open a dialog that showes date, time, cw and optional message (useful with timer)
/BTCH.POP.OWN .........: To generate and view an individual popmenu (example see store profile)
/BTCH.REM text ........: To include a remark into the script
/BTCH.RETRIEVEFOCUS ...: To cause RK to force the active window for following sendings
/BTCH.SLOW msec .......: To speed down the sending, msec=0 to switch slow-mode off
/BTCH.STOP ............: To stop the sendings by a click on a stop button (use as 1st command in a script!)
/BTCH.TEXT.ASK [qu,pre]: To send a variable text including a text module, qu=question, pre=preset (see store/inp)
/BTCH.TEXT.LIST.CLIP ..: To copy a text into the clip, selected from a list which is defined in 2nd plane
/BTCH.TEXT.LIST.SEND ..: To send a text, selected from a list which is defined in 2nd plane (right mouse but.)
/BTCH.WAIT.BACK title[,t]To wait until window <title> goes back (auto-joker), <t>=sec timeout (default=10 sec)
/BTCH.WAIT.TOP title[,t] To wait until window <title> comes top (auto-joker), <t>=sec timeout (default=10 sec)
/CLIP.CALC [mod] ......: To calculate clip content (if in form of a list), <mod>=1: average calculation
/CLIP.CLEAR ...........: To clear the clipboard
/CLIP.COPYPATH ........: To copy a path into the clipboard
/CLIP.IMG.LOAD file....: To copy the image <file> into the clipboard
/CLIP.IMG.MEM no ......: To load pic <no> (1-10) from Image Memory into the clipboard
/CLIP.IMG.VIEW ........: To show the image, copied in the clipboard, in the internal image viewer
/CLIP.TXT.APPEND file..: To add clipboard included text to textfile <file>
/CLIP.TXT.ASK .........: To copy a text into clipboard, defined from user while script is in process
/CLIP.TXT.BEFOR txt....: To add a text <txt> at the beginning of the clipboard
/CLIP.TXT.BEHND txt....: To add a text <txt> to the end of the clipboard
/CLIP.TXT.BEHND.ASC [no] To add an ASCII code <no> to the end of the clipboard (default VAR)
/CLIP.TXT.BEHND.ASK ...: To add a text to clipboard, defined from user while script is in process
/CLIP.TXT.BEHND.CR ....: To add a Carriage Return (new line) to the end of the clipboard
/CLIP.TXT.BEHND.MEM ...: To add RK-ClipMemory to the end of the clipboard
/CLIP.TXT.BEHND.STR [n]: To add variable STR <n> to the end of the clipboard (default VAR)
/CLIP.TXT.BEHND.VAR ...: To add the current variable VAR to the end of the clipboard
/CLIP.TXT.BLOCK.BEGIN .: To mark the beginning of a script-block which will be copied into the clip
/CLIP.TXT.BLOCK.END ...: To mark the end of the block for CLIP.TXT.BLOCK.BEGIN (optional, otherwise text-end)
/CLIP.TXT.CONV [mod] ..: To convert val/txt in clip, <mod>=0: dec>hex, <mod>=1: hex>dec (default 0)
/CLIP.TXT.COUNT .......: To count the clipboard included characters
/CLIP.TXT.CUT.LEFT [qu]: To remove <qu> (quantity) characters from left (default VAR) (-qu=len-qu)
/CLIP.TXT.CUT.RGHT [qu]: To remove <qu> (quantity) characters from right (default VAR) (-qu=len-qu)
/CLIP.TXT.CUT.FROM [pos] To remove text right from character no. <pos> (position) (default VAR) (-qu=len-qu)
/CLIP.TXT.CUT.REVERSE .: To swap between clip and reversal of last .CUT. command
/CLIP.TXT.DECRYPT .....: To decrypt the clipboard included text
/CLIP.TXT.ENCRYPT .....: To encrypt the clipboard included text
/CLIP.TXT.EDITOR ......: To open clipboard content in the editor
/CLIP.TXT.END>FRONT [s]: To put space-separated end to front, optional with separator <s>
/CLIP.TXT.FRONT>END [s]: To put space-separated front to end, optional with separator <s>
/CLIP.TXT.FORMAT.DO ...: To format calculation list in clipboard
/CLIP.TXT.FORMAT.SET [n] To define format mode, <n> (-1,0,1,2,3...) : -1=off, 0=flash, 2= 0.00 etc.
/CLIP.TXT.FORMAT.SYM txt To add currency symbols, <txt> for $ etc, off=off, del=delete current symbols
/CLIP.TXT.INITIAL [str]: To convert first letter after space, TAB & CR into upper case, opt. more chars <str>
/CLIP.TXT.LOAD file....: To load the textfile <file> into the clipboard
/CLIP.TXT.LOWCASE .....: To convert the clipboard text to lower cases
/CLIP.TXT.MEM.COPY ....: To copy clipboard text into RK-ClipMemory
/CLIP.TXT.MEM.SWAP ....: To swap between clipboard text and RK-ClipMemory
/CLIP.TXT.REMOVE.ASC ..: To remove the ASCII code <no> from the clipboard
/CLIP.TXT.REMOVE.ASK ..: To remove a define-able character or text
/CLIP.TXT.REMOVE.TXT ..: To remove the text <txt> from the clipboard
/CLIP.TXT.REPLACE.ASC .: To replace first ASCII code with the second <no>,<no>
/CLIP.TXT.REPLACE.ASK .: To replace a define-able character or text
/CLIP.TXT.REPLACE.TXT .: To replace first text with the second <txt>,<txt>
/CLIP.TXT.SAVE file....: To save clipboard included text in textfile <file>
/CLIP.TXT.SEND ........: To send the clipboard included ASCII text
/CLIP.TXT.SET txt .....: To copy a text <txt> into the clipboard
/CLIP.TXT.TAB>SPC no ..: To convert tabs to <no> spaces in the clipboard
/CLIP.TXT.TRIM ........: To cut spaces and CR from beginning and end of the clipboard text
/CLIP.TXT.UPCASE ......: To convert the clipboard text to upper cases
/CLIP.TXT.VIEW ........: To show the clipboard content (text only) in the internal text viewer
/CODE.ASC no ..........: To send a fixed ASCII code <no> (1-255)
/CODE.ASC.ASK .........: To send a user defined ASCII code (input dialog)
/CODE.KEY no ..........: To send a fixed keycode <no>
/CODE.KEYDWN no .......: To send a fixed keycode <no> which stays in key down mode
/CODE.KEYUP no ........: To send a fixed keycode <no> to cancel key down mode
/DAT.>.MEM ............: To copy date into RK- DateMemory
/DAT.CW ...............: To send the calendar week
/DAT.DATE1 ............: To send the date, short format (15.05.2002)
/DAT.DATE2 ............: To send the date, medium format (15. Mai. 02)
/DAT.DATE3 ............: To send the date, long format (Mittwoch, 15. Mai 2002)
/DAT.DATE4 ............: To send the date, system default format (15.05.2002)
/DAT.DATE5 ............: To send the date, general format (15.05.2002 18:17:43)
/DAT.DATE1.ADD-D [v] ..: To send a calculated date, <+/- v> days in future/past (default VAR)
/DAT.DATE1.ADD-M [v] ..: To send a calculated date, <+/- v> monthes in future/past (default VAR)
/DAT.DAY1 .............: To send the day (7, 27)
/DAT.DAY2 .............: To send the day, 2 digits always (07, 27)
/DAT.FORMAT str .......: To send date/time in formatted output (see manual for parameter)
/DAT.HOUR1 ............: To send the hour (2, 22)
/DAT.HOUR2 ............: To send the hour, 2 digits always (02, 22)
/DAT.MEM.DIF-D.>VAR ...: To set current VAR to the difference between current/temp-date and RK- DateMemory-date
/DAT.MINUTE1 ..........: To send the minute (6, 16)
/DAT.MINUTE2 ..........: To send the minute, 2 digits always (06, 16)
/DAT.MONTH-E ..........: To send the english month name (May)
/DAT.MONTH-F ..........: To send the french month name (Mars)
/DAT.MONTH-G ..........: To send the german month name (Mai)
/DAT.MONTH-USER .......: To send the user-defined month name (\Profiles\UserApp.dat) like Janvier or Jan.
/DAT.MONTH-SYS ........: To send the system default month name
/DAT.MONTH-NO1 ........: To send the month as number (5, 12)
/DAT.MONTH-NO2 ........: To send the month as number, 2 digits always (05, 12)
/DAT.SECOND1 ..........: To send the second (4, 55)
/DAT.SECOND2 ..........: To send the second, 2 digits always (04, 55)
/DAT.STPWTCH.START ....: To start stopwatch
/DAT.STPWTCH.CONT .....: To continue stopwatch
/DAT.STPWTCH.STOP .....: To stop stopwatch and to show result
/DAT.TEMP.<.MEM .......: To set RK-temp-date to RK-DateMemory-date
/DAT.TEMP.ADD-D [v] ...: To add/sub <+/- v> days to RK-temp-date for DAT commands (not system date) (default VAR)
/DAT.TEMP.ASK .........: To change RK-temp-date/ -time for DAT commands (not system date)
/DAT.TEMP.MEM.SWAP ....: To swap between RK-temp-date and RK-DateMemory-date
/DAT.TEMP.RESET .......: To reset RK-temp-date/ -time to current date
/DAT.TIME.AMPM1 .......: To send AM or PM, two letters in uppercase (PM)
/DAT.TIME.AMPM2 .......: To send AM or PM, two letters in lowercase (pm)
/DAT.TIME.AMPM3 .......: To send AM or PM, one letter  in uppercase (P)
/DAT.TIME.AMPM4 .......: To send AM or PM, one letter  in lowercase (p)
/DAT.TIME1 ............: To send the time, short format (18:22)
/DAT.TIME2 ............: To send the time, medium format (06:22)
/DAT.TIME3 ............: To send the time, long format (18:23:28)
/DAT.TIME4 ............: To send the time, system default format (22:13:12)
/DAT.TIME1.ADD-H [v] ..: To send a calculated time, <+/- v> hours in future/past (default VAR)
/DAT.TIME1.ADD-M [v] ..: To send a calculated time, <+/- v> minutes in future/past (default VAR)
/DAT.VIEW .............: To view current and RK- temp-date in the int. text viewer
/DAT.WDAY-E ...........: To send the english weekday (Saturday)
/DAT.WDAY-F ...........: To send the french weekday (Samedi)
/DAT.WDAY-G ...........: To send the german weekday (Sonnabend)
/DAT.WDAY-USER ........: To send the user-defined weekday (\Profiles\UserApp.dat) like Lundi or Mo.
/DAT.WDAY-SYS .........: To send the system default weekday
/DAT.YEAR1 ............: To send the year (2001)
/DAT.YEAR2 ............: To send the year, 2 digits only (01)
/DB.CLOSE .............: To close current database
/DB.FIELD.ASK .........: To set field number, defined from user while script is in process
/DB.FIELD.CLIP [len] ..: To copy current field content to clip, optional maximal length [len]
/DB.FIELD.DEC .........: To decrement field number
/DB.FIELD.INC .........: To increment field number
/DB.FIELD.NMB>VAR .....: To copy field number into current VAR
/DB.FIELD.NMB<VAR .....: To set field number to current VAR
/DB.FIELD.SEND [len] ..: To send current field content, optional maximal length [len]
/DB.FIELD.SEND.FRMT str: To send current field content in formatted output (str=###0.00 to get 1,30)
/DB.FIELD.SET nmb .....: To set field number to <nmb>
/DB.FIELD.VIEW ........: To show current field content in the internal text viewer
/DB.OPEN f[,t,p3,p4,p5]: To open database name <f> (file), sheet <t> (tabel), p3/4/5 = optional parameters
/DB.PROP.VIEW .........: To show current database properties in the internal text viewer
/DB.REC.ASK ...........: To set record number, defined from user while script is in process
/DB.REC.DEC ...........: To decrement record number
/DB.REC.INC ...........: To increment record number
/DB.REC.NMB>VAR .......: To copy record number into current VAR
/DB.REC.NMB<VAR .......: To set record number to current VAR
/DB.REC.SELECT ........: To set record && field number by selecting from 2 lists
/DB.REC.SET nmb .......: To set record number to <nmb>
/DB.REC.VIEW [len] ....: To show all fields in the int. text viewer, optional max. length [len]
/DB.TABLE.ASK-N .......: To set table number, defined from user while script is in process
/DB.TABLE.ASK-S .......: To set table name, defined from user while script is in process
/DB.TABLE.SELECT ......: To select table from list
/DB.TABLE.SET-N nmb ...: To set table number <nmb>
/DB.TABLE.SET-S str ...: To set table name <str>
/DSK.CLR.FOLDER p\ ....: Sample: DSK.CLR.FOLDER c:\windows\temp\  (p=path)
/DSK.COPYDIR p,p\ .....: Sample: DSK.COPYDIR c:\work,d:\  (,=to, p=path)
/DSK.COPYFILE p\f,p\ ..: Sample: DSK.COPYFILE c:\work\t1.txt,d:\backup\  (,=to, p=path, f=filename)
/DSK.DELETE p[\f] .....: Sample: DSK.DELETE c:\work\t1.txt  (p=path, f=filename)
/DSK.FILEDUPLICATE ....: To duplicate a file in the same folder
/DSK.MKDIR p ..........: Sample: DSK.MKDIR c:\work  (p=path)
/DSK.MOVE p\f,p\ ......: Sample: DSK.MOVE c:\work\t1.txt,d:\backup\  (,=to, p=path, f=filename)
/DSK.RENAME p\f,f .....: Sample: DSK.RENAME c:\work\t1.txt,t1b.txt  (,=to, p=path, f=filename)
/MACRO.APPCLOSE .......: To close the active window
/MACRO.COPPAST.LO .....: To copy to clip, convert to lower cases and paste to the same place
/MACRO.COPPAST.UP .....: To copy to clip, convert to upper cases and paste to the same place
/MACRO.COPY ...........: To copy selected text into clipboard
/MACRO.CUT ............: To delete selected text after copied into the clipboard
/MACRO.DELETELINE .....: To delete a line in a text document
/MACRO.DESKTOP ........: To minimize all windows
/MACRO.DESKBACK .......: To cancel MACRO.DESKTOP
/MACRO.INC.IEXPLORER...: To increment a numbered image file (25.jpg) for IExplorer
/MACRO.INC.NETSCAPE ...: To increment a numbered image file (25.jpg) for Netscape
/MACRO.INSERTLINE .....: To insert a line in a text document
/MACRO.MINIMIZE .......: To minimize the active window
/MACRO.OPENREQ ........: To open the Windows "Open dialog"
/MACRO.PASTE ..........: To include the text from the clipboard
/MACRO.SEARCHREQ ......: To open the Windows "Search dialog"
/MACRO.SHUTDOWN .......: To exit Windows (one step before)
/MCI.CD.CLOSE .........: To close CD door
/MCI.CD.CONT ..........: To continue CD play (after pause)
/MCI.CD.COUNTER .......: To switch title-counter on/off
/MCI.CD.INFO ..........: To show several CD infos in internal text viewer
/MCI.CD.NEXT ..........: To play next track
/MCI.CD.OPEN ..........: To open CD door
/MCI.CD.PAUSE .........: To break CD play (pause)
/MCI.CD.PLAY ..........: To play CD
/MCI.CD.PREV ..........: To play previous track
/MCI.CD.TRACK [n] .....: To play track number <n> (default VAR)
/MCI.MIDI.PLAY file ...: To play midi file <file>
/MCI.STOP .............: To stop playing CD, midi and wave
/MCI.WAVE.PLAY file ...: To play wave file <file>
/ME.ABOUT .............: To open RemoteKeys Info dialog
/ME.ACTIVATE ..........: To activate RK (focus), useful for Event > Keys
/ME.AUTOEXECUTE .......: To execute this button when profile is selected from (systray-) popmenu
/ME.BORDER.OFF ........: To switch RemoteKeys to window border off mode
/ME.BORDER.ON .........: To switch RemoteKeys to window border on mode
/ME.BORDER.SWITCH .....: To switch RemoteKeys between window border on and off mode
/ME.BUTTON prof,but[,lv] To execute button <but> of profile <prof>, opt. level <lv> 0/1 (not case-sensitive)
/ME.CALENDAR ..........: To open calendar window
/ME.CLICKHIDE.ON ......: To switch "Hide after a Button Click" -option on
/ME.CLICKHIDE.OFF .....: To switch "Hide after a Button Click" -option off
/ME.CLIP.HISTORY ......: To open the external program "Clip History"
/ME.CLIP.MON [calc] ...: To open the Clip Monitor, optional <calc>=2 for calculator use
/ME.CLIP.MON.DEC ......: To open the Clip Monitor in Decimal Mode
/ME.CLIP.MON.HEX ......: To open the Clip Monitor in Hex Mode
/ME.COLOR.EDIT ........: To open the external ChangeColors program
/ME.COLOR.REFRESH .....: To load the colors.dat, useful when ChangeColors finished
/ME.CTRL.ID ...........: For developers of language translations only! (view requester ID ..)
/ME.CTRL.REFRESH ......: For developers of language translations only! (refresh language changes)
/ME.EVENT.KEYS ........: To open Event > Key dialog
/ME.EVENT.TIME ........: To open Event > Time dialog
/ME.EVENT.TIME.OFF ....: To switch Time Event function generally off
/ME.EVENT.WIN .........: To open Event > Window dialog
/ME.EVENT.WIN.OFF .....: To switch Window Event function generally off
/ME.EVENT.OTHER .......: To open Event > Other dialog
/ME.FKEYS .............: To open F-Keys dialog
/ME.FKEYS.RELOAD ......: To reload F-Key assignments
/ME.FKEYS.SURVEY ......: To view F-Keys survey
/ME.FKEYS.TEMP-OFF ....: To switch F-Key assignments temoprary on/off
/ME.FONT.NORMAL .......: To switch RemoteKeys to the default font
/ME.FONT.SLCT .........: To select a font for RemoteKeys panel
/ME.HIDE ..............: To hide RemoteKeys (wake up by a click on systray icon)
/ME.IMAGE.MEMORY ......: To open the external program "ImageMemory"
/ME.KEYS.EDIT .........: To open Keys Edit dialog
/ME.MANUAL ............: To open the Manual.exe application (since v7.4.31 in current language)
/ME.MEMOPAD ...........: To open the external MemoPad
/ME.MENU.SWITCH .......: To switch pull-down menu on/off
/ME.MINIMIZE ..........: To minimize RemoteKeys window
/ME.MOUSEHIDE .........: To open Hide on Mouse Position dialog
/ME.POP.ALL ...........: To view systray popmenu, complete
/ME.POP.CD ............: To view CD control popmenu
/ME.POP.LANGUAGE ......: To select language of RK
/ME.POP.OPTION ........: To view systray popmenu, profiles and edit dialog
/ME.POP.PROF ..........: To view systray popmenu, profiles only
/ME.POP.REQUEST .......: To view systray popmenu, all dialogs only
/ME.POP.STATE .........: To view systray popmenu, state commands like hide.. only
/ME.POP.USERAPP .......: To view User-Application popmenu (\Profiles\UserApp.dat)
/ME.PREFS .............: To open Preferences dialog
/ME.PROF.BACK .........: To switch to the last selected profile (also useful for 2nd Plain Mode)
/ME.PROF.DEC ..........: To open previous profile
/ME.PROF.EDIT .........: To open Profile Edit dialog
/ME.PROF.EXPLORER [p] .: To open the Profile Explorer, optional: switch to profile number <p>
/ME.PROF.INC ..........: To open next profile
/ME.PROF.SWAP .........: To swap between current && last profile
/ME.PROF.SWITCH no ....: To open a fixed profile number (1-10)
/ME.PROF.TMP.COL [v] ..: To change column quantity temporary to <v>, current profile only (default VAR)
/ME.PROF.TMP.ROW [v] ..: To change row quantity temporary to <v>, current profile only (default VAR)
/ME.PROF.TMP.HIGH [v] .: To change button height temporary to <v>, current profile only (default VAR)
/ME.PROF.TMP.WIDE [v] .: To change button width temporary to <v>, current profile only (default VAR)
/ME.PROF.TMP.RESET.ALL : To reset temporary changes to saved settings, all profiles
/ME.PROF.TMP.RESET.PROF: To reset temporary changes to saved settings, current profile only
/ME.PROF2.DEC .........: To open previous profile without changing window position (2nd plain mode)
/ME.PROF2.INC .........: To open next profile without changing window position (2nd plain mode)
/ME.PROFCENTER ........: To open Profile Center dialog
/ME.PROFSET.RELOAD ....: To reload the Profiles.dat
/ME.PROFSET.SWAP ......: To swap between profile set 1 && 2
/ME.PW.ENTER ..........: To enter crypt password
/ME.PW.PROTECT ........: To protect crypt password
/ME.QUIT ..............: To exit RemoteKeys
/ME.README ............: To open the readme file
/ME.RKNET .............: To open RK-network program
/ME.SHOW ..............: To open RK window (for hotkey use)
/ME.TEXTVIEWER-OPT n ..: To change int. text viewer setting: <n>=1:maximize, 2:white bg, 3:no close but, 4:10"
/ME.TOUR ..............: To open the external RK-Tour program
/MOUSE.AREA.LEFT [x1,..] To mark an area on screen pos. <x1,y1> to <x2,y2> (default VAR1-4)
/MOUSE.CLICK.LEFT [x,y]: To make a left button mouse click on screen pos. <x,y> (default VAR1/2)
/MOUSE.CLICK.RGHT [x,y]: To make a right button mouse click on screen pos. <x,y> (default VAR1/2)
/MOUSE.DOUBLE.LFT [x,y]: To make a left button double mouse click on screen pos. <x,y> (default VAR1/2)
/MOUSE.GO.ADD-X [v] ...: To move mouse pointer <+/- v> pixel on X-axis (default VAR1)
/MOUSE.GO.ADD-Y [v] ...: To move mouse pointer <+/- v> pixel on Y-axis (default VAR2)
/MOUSE.GO.MEM .........: To move mouse pointer to co-ordinates of RK- MousePosMemory values
/MOUSE.GO.SET [x,y] ...: To move mouse pointer to co-ordinates <x,y> (default VAR1/2)
/MOUSE.GO.WIN .........: To move mouse pointer to the left-top corner of the active window
/MOUSE.LEFT.DOWN ......: To set left mouse button into button-down-state
/MOUSE.LEFT.UP ........: To set left mouse button into button-up-state
/MOUSE.MEM.SNAP .......: To snap current mouse pointer co-ordinates into RK-MousePosMemory
/PRNT.FBOLD.FIX .......: To fix printer font to bold
/PRNT.FITALIC.FIX .....: To fix printer font to italic
/PRNT.FIX.OFF .........: To unfix printer font && landspace settings
/PRNT.FNAME.FIX str ...: To fix printer font to fontname <str>
/PRNT.FORMFEED ........: To forwarding to next page (matrix) or eject a page (ink, laser)
/PRNT.FSIZE.FIX v .....: To fix printer font to size <v>
/PRNT.IMG.CLIP [auto] .: To print clipboard image content optional: <auto> (center) 0=off, 1=on (default)
/PRNT.LNDSCAP.FIX .....: To fix print format to landscape
/PRNT.TXT.CLIP [fix,lft] To print clipboard text content optional: <fix> 0=Arial, 1=Courier <lft> margin (mm)
/STR.>.CLIP no ........: To copy variable STR <no> (1-10) into the clipboard
/STR.<.CLIP no ........: To set the clipboard content (text only) to variable STR <no> (1-10)
/STR.ASK no ...........: To set a string to variable STR <no>, defined while script is in process
/STR.CALL no ..........: To send the string, included in STR <no> (1-10)
/STR.CLIP.REPLACE no,txt To replace text <txt> in clip by STR <no> (1-10)
/STR.CLR ..............: To clear all string variables (STR 1-10)
/STR.LOAD [name] ......: To load a variable set (STR 1-10) from disk
/STR.SAVE [name] ......: To save variables STR 1-10 on disk (name = optional)
/STR.SET no,str .......: To set the string <str> to the variable STR <no> (1-10)
/STR.VIEW .............: To show the contents of variables STR 1-10 in the internal text viewer
/UserApp ... ..........: To add/remove items to/from this group: open \Profiles\UserApp.dat with an editor!
/VAR.>.CLIP ...........: To copy variable into clip (clip=VAR)
/VAR.>.CLIP, ..........: To copy variable into clip in comma-format (clip=VAR)
/VAR.>.WIN ............: To activate the window (by number) which was stored in VAR before
/VAR.<.CLIP [t] .......: To paste clip into variable (VAR=clip), optional: ignore thousand-separator <t>
/VAR.<.MCI mod ........: To copy MCI state info into VAR, <mod>=0:current track, 1:total tracks, 2:playing yes/no
/VAR.<.PROF mod .......: To copy (temp) setting of current profile into VAR, <mod>=0:col, 1:row, 2:wide, 3:high
/VAR.<.WIN ............: To store the number of the activ window in current VAR for activation later (VAR=act.win)
/VAR.ADD val ..........: To add <val> (value) to variable (VAR=VAR+val)
/VAR.ASK ..............: To set VAR to an user defined value
/VAR.CLP.FORMAT str ...: To copy variable in format <str> into clip (str=#,##0.00 to get 1,234.56)
/VAR.CLP.SEARCH str ...: To search in clip for <str> and set VAR to the 1st founded position
/VAR.CLR ..............: To clear variable (VAR=0)
/VAR.DIV val ..........: To divide variable with <val> (value) (VAR=VAR/val)
/VAR.FLD.ADD elm ......: To add VAR <elm> (element, 1-10) to current VAR (VAR=VAR+VAR<elm>)
/VAR.FLD.ASK ..........: To open dialog to change field element number and values
/VAR.FLD.CHANGE elm ...: To change field element number to <elm> (element, 1-10)
/VAR.FLD.CLR ..........: To clear all field elements and change current element number to 1
/VAR.FLD.DIV elm ......: To divide current VAR with VAR <elm> (1-10) (VAR=VAR/VAR<elm>)
/VAR.FLD.MRG e1,e2 ....: To merge field element e1 and e2, point separated (VAR=VAR<e1>.VAR<e2>)
/VAR.FLD.MUL elm ......: To multiply current VAR with VAR <elm> (1-10) (VAR=VAR*VAR<elm>)
/VAR.FLD.SUB elm ......: To substract VAR <elm> (element, 1-10) from current VAR (VAR=VAR-VAR<elm>)
/VAR.FLD.SWAP elm .....: To swap current VAR and VAR <elm> (1-10) (VAR=VAR<elm>, VAR<elm>=VAR)
/VAR.MOD mod ..........: To modify VAR in several modes, <mod>=0:absolute, 1:x-1, 2:integer, 3:extract dec.
/VAR.MUL val ..........: To multiply variable with <val> (value) (VAR=VAR*val)
/VAR.RND [min,max] ....: To generate a random number between <min> and <max> (VAR=RND) (default VAR1/2)
/VAR.SEND .............: To send variable as string to the active application
/VAR.SEND, ............: To send variable as string in comma-format (1,5)
/VAR.SET val ..........: To set variable to <val> (value) (VAR=val)
/VAR.SND.FORMAT str ...: To send variable in format <str> (str=#,##0.00 to get 1,234.56)
/VAR.SUB val ..........: To substract <val> (value) from variable (VAR=VAR-val)
/VAR.VIEW .............: To show the value of VAR in the internal text viewer
HOLD.ALT ..............: To send ALT key for the next key
HOLD.CONTROL ..........: To send CONTROL key for the next key
HOLD.SHIFT ............: To send SHIFT key for the next key
HOLD.SHIFT/CONTROL ....: To send SHIFT+CONTROL keys for the next key
HOLD.SHIFT/ALT ........: To send SHIFT+ALT keys for the next key
HOLD.CONTROL/ALT ......: To send CONTROL+ALT keys for the next key
HOLD.SHIFT/CONTROL/ALT.: To send SHIFT+CONTROL+ALT keys for the next key
KEY.{ .................: To send "{" key
KEY.} .................: To send "}" key
KEY.BACKSPACE .........: To send BACKSPACE key
KEY.BREAK .............: To send BREAK key
KEY.CAPSLOCK ..........: To switch CAPS LOCK
KEY.DELETE ............: To send DELETE key
KEY.DOWN ..............: To send CURSOR DOWN key
KEY.END ...............: To send END key
KEY.ENTER .............: To send ENTER key (real enter also possible, but can not be seen)
KEY.ESC ...............: To send ESCAPE key
KEY.F1 (- 12) .........: To send F1 (- 12) key
KEY.HELP ..............: To send HELP key
KEY.HOME ..............: To send HOME (POS1) key
KEY.INSERT ............: To send INSERT key
KEY.LEFT ..............: To send CURSOR LEFT key
KEY.NUMLOCK ...........: To switch NUM LOCK
KEY.PGDN ..............: To send PAGE DOWN key
KEY.PGUP ..............: To send PAGE UP key
KEY.PRTSC .............: To send PRINT SCREEN key (to windows)
KEY.RIGHT .............: To send CURSOR RIGHT key
KEY.SCROLLLOCK ........: To switch SCROLL LOCK
KEY.SPACE .............: To send SPACE key (real space also possible, but can not be seen)
KEY.TAB ...............: To send TABULATOR key
KEY.UP ................: To send CURSOR UP key

/CRYPT ................: Auto-generated by RemoteKeys
/MOUSE.OFFSET .........: Auto-generated by RemoteKeys
/RICH.BEGIN ...........: Auto-generated by RemoteKeys
/RICH.END .............: Auto-generated by RemoteKeys

/CLIP.AUTOCLR.CHECK ...: Undocumented
/CLIP.AUTOCLR.SET   ...: Undocumented
/ME.SENDMODE <m> ......: Undocumented, <m> = 0-3

Old Commands, still runable (compatible with older profiles)
------------------------------------------------------------
/APP.NOACTIVATION .....: = /APP.ACTIVATION.OFF
/APP.TOFRONT.LAST .....: = /APP.TOFRONT.SWAP
/BTCH.ASK.CONT text ...: = /BTCH.EXITIF.ASK text
/BTCH.CR_TO_TAB .......: = /BTCH.CR>TAB
/BTCH.EXIT-ON-CANCEL ..: = /BTCH.EXITIF.CANCEL
/CLIP.TXT.SWAP ........: = /CLIP.TXT.MEM.SWAP
/CLIP.TO.UPPERCASE ....: = /CLIP.TXT.UPCASE
/CLIP.TO.LOWERCASE ....: = /CLIP.TXT.LOWCASE
/DAT.ASK.NEW ..........: = /DAT.TEMP.ASK
/DAT.ASK.END ..........: = /DAT.TEMP.RESET
/DAT.DATE .............: = /DAT.DATE4
/DAT.DAY ..............: = /DAT.DAY1
/DAT.DY2 ..............: = /DAT.DAY2
/DAT.HOUR .............: = /DAT.HOUR1
/DAT.HR2 ..............: = /DAT.HOUR2
/DAT.MINUTE ...........: = /DAT.MINUTE2
/DAT.MONTH-NO .........: = /DAT.MONTH-NO1
/DAT.MTH2 .............: = /DAT.MONTH-NO2
/DAT.SECOND ...........: = /DAT.SECOND2
/DAT.TIME .............: = /DAT.TIME4
/DAT.YEAR .............: = /DAT.YEAR1
/DAT.YR2 ..............: = /DAT.YEAR2
/DAT.KW ...............: = /DAT.CW
/LOOP.END .............: = /BTCH.LOOP.END
/LOOP.START.VAL no ....: = /BTCH.LOOP.START.VAL no
/LOOP.START.VAR no ....: = /BTCH.LOOP.START.VAR no
/MCI.CD.EJECT .........: = /MCI.CD.OPEN
/MCI.CD.STOP ..........: = /MCI.STOP (expanded to midi/wave)
/ME.ASK.CONT text .....: = /BTCH.ASK.CONT text
/ME.DELAY sec .........: = /BTCH.DELAY sec
/ME.STOP ..............: = /BTCH.STOP
/ME.SURVEY ............: = /ME.PROF.EXPLORER (divert to)
/ME.TIMER .............: = /ME.EVENT.TIME
/MOUSE.DOPPL.LEFT .....: = /MOUSE.DOUBLE.LFT
/STR.CALL.0 (-9) ......: = /STR.CALL no
/STR.CLIP.GET no ......: = /STR.<.CLIP
/STR.CLIP.SET no ......: = /STR.>.CLIP
/STR.SET.0 str (-9) ...: = /STR.SET no,str
/SEND.TEXT.ASK ........: = /BTCH.TEXT.ASK
/SEND.???? ............: = /CODE.???? (rest of this group)
/VAR.FROM.CLIP ........: = /VAR.<.CLIP
/VAR.TO.CLIP ..........: = /VAR.>.CLIP
/VAR.TO.CLIP, .........: = /VAR.>.CLIP,

Old Commands, out of order
--------------------------
/ME.FORM.ACT.OFF
/ME.FORM.ACT.ON
/ME.FORM.ACTIVATOR
/ME.PROF.SLCT
